home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.smallbiz4.tem.STYLE2.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  1.7 KB  |  105 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: Arial, sans-serif;
  4.     font-size: medium;
  5.     color: #000;
  6. }
  7. #container {
  8.     width: 100%;
  9.     height: 100%;
  10.     background-color: #cb8;
  11. }
  12. #masthead {
  13.     width: 100%;
  14.     overflow: auto;
  15.     text-align: right;
  16.     background-color: #c5d5e5;
  17. }
  18. #page_content {
  19.     position: relative;
  20. }
  21. #sidebar {
  22.     position: relative;
  23.     float: left;
  24.     width: 140px;
  25.     background-color: #cb8;
  26. }
  27. #content {
  28.     margin-left: 140px;
  29.     padding: 10px;
  30.     background-color: #fff;
  31. }
  32. #footer {
  33.     clear: both;
  34.     width: 99%;
  35.     overflow: hidden;
  36.     padding-top: 1%;
  37.     padding-right: 0;
  38.     padding-bottom: 1%;
  39.     padding-left: 1%;
  40.     background-color: #cdf;
  41. }
  42. #masthead img {
  43.     float: left;
  44. }
  45. #masthead p {
  46.     font-size: small;
  47.     margin: 0;
  48.     margin-right: 1%;
  49. }
  50. h1,h2,h3,h4,h5,h6 {
  51.     font-family: Arial Black;
  52. }
  53. /* Styles for Navigation */
  54. #sidebar ul {
  55.     list-style-type: none;
  56.     width: 100%;
  57.     display: block;
  58.     margin: 0;
  59.     padding: 0;
  60. }
  61. #sidebar li {
  62.     display: block;
  63.     border: 1px solid #cb8;
  64. }
  65. #sidebar a {
  66.     font-weight: bold;
  67.     text-decoration: none;
  68.     color: #393939;
  69.     padding: 5%;
  70.     display: block;
  71.     border-bottom: 1px solid #f5f5f5;
  72. }
  73. #sidebar a:hover {
  74.     font-weight: bold;
  75.     text-decoration: none;
  76.     color: #393939;
  77.     border-bottom: 1px solid #f5f5f5;
  78.     background-color: #dc9;
  79. }
  80. /* Styles for Footer */
  81. #footer p {
  82.     font-size: x-small;
  83. }
  84. #footer a {
  85.     color: #393939;
  86.     text-decoration: underline;
  87. }
  88. #footer a:hover {
  89.     color: #393939;
  90.     text-decoration: none;
  91. }
  92. a {
  93.     color: #393939;
  94.     text-decoration: underline;
  95. }
  96. a:hover {
  97.     color: #78a;
  98.     text-decoration: underline;
  99. }
  100. .style_bold {
  101.     font-weight: bold;
  102. }
  103. .style_italic {
  104.     font-style: italic;
  105. }